Skip to main content

Universal App

Build cross-platform applications that run seamlessly on Web, iOS, and Android using Catalyst's Universal App architecture.

Overview

Universal Apps enable you to:

  • Write once, run everywhere (Web, iOS, Android)
  • Access native device capabilities through React hooks
  • Maintain consistent user experience across platforms
  • Leverage platform-specific optimizations

Getting Started

Core Features

Architecture

Universal Apps use a shared codebase with platform-specific adaptations, enabling:

  • Code Reusability: Share business logic across platforms
  • Native Performance: Leverage native capabilities when needed
  • Consistent UX: Maintain design consistency with platform adaptations
  • Developer Productivity: Single codebase, multiple platforms